Crate shadow_drive_sdk

source ·
Expand description

Shadow Drive Rust

Rust SDK for GenesysGo’s Shadow Drive, a decentralized storage network.

Basic Usage

   //load keypair from file
   let keypair = read_keypair_file(KEYPAIR_PATH).expect("failed to load keypair at path");

   //create shdw drive client
   let shdw_drive_client = ShadowDriveClient::new(keypair, "https://ssc-dao.genesysgo.net");

Modules

Structs

Enums

Traits

  • The Signer trait declares operations that all digital signature providers must support. It is the primary interface by which signers are specified in Transaction signing interfaces

Functions